3.99.0
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Jul 2020 12:36:01 +0000 (08:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jul 2020 02:16:31 +0000 (22:16 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index d0b7b06c13b92847824c9b480dd7d25d50ce6bca..2ba221497e79c81323f1ca17ea256baab59a4a4c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -69,9 +69,10 @@ Overview of Changes in GTK 3.99.0
  - Clean up GdkDevice api
  - Drop the master/slave device split
  - Move axes to GdkDeviceTool
+ - Change monitor workarea to be per-backend API
  - Improve frame clock accuracy
  - Add a new macOS backend
- - Change monitor workarea to be per-backend API
+ - Add an ANGLE-based GLES renderer for Windows
 
 * GSK:
  - Use GL_ARB_framebuffer_object
index 7fa96b745cc7f0074b5533fed946b217ff18a3f2..f3909567611c7d756e43264db5c64451b11a08c8 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '3.98.5',
+        version: '3.99.0',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',